Add a missing assertion.

Akinori MUSHA 11 years ago
parent
commit
908c2a8c9e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      spec/models/agents/event_formatting_agent_spec.rb

+ 1 - 0
spec/models/agents/event_formatting_agent_spec.rb

@@ -136,6 +136,7 @@ describe Agents::EventFormattingAgent do
136 136
       @checker.options[:matchers] = [
137 137
         {}
138 138
       ]
139
+      @checker.should_not be_valid
139 140
       @checker.options[:matchers] = [
140 141
         { :regexp => "(not closed", :path => "text" }
141 142
       ]